settleCapturedViewAt

open fun settleCapturedViewAt(finalLeft: Int, finalTop: Int): Boolean(source)

Settle the captured view at the given (left, top) position. The appropriate velocity from prior motion will be taken into account. If this method returns true, the caller should invoke continueSettling on each subsequent frame to continue the motion until it returns false. If this method returns false there is no further work to do to complete the movement.

Return

true if animation should continue through continueSettling calls

Parameters

finalLeft

Settled left edge position for the captured view

finalTop

Settled top edge position for the captured view